home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi2 / delphite.exe / data.z / CUST.DFM / CUST.txt
Encoding:
Text File  |  1996-08-12  |  2.2 KB  |  85 lines

  1. object fmCustomers: TfmCustomers
  2.   Left = 199
  3.   Top = 159
  4.   Width = 474
  5.   Height = 333
  6.   Caption = 'Customers'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object DBGrid1: TDBGrid
  15.     Left = 0
  16.     Top = 41
  17.     Width = 466
  18.     Height = 227
  19.     Align = alClient
  20.     DataSource = DM2.CustomerSource
  21.     TabOrder = 0
  22.     TitleFont.Color = clWindowText
  23.     TitleFont.Height = -11
  24.     TitleFont.Name = 'MS Sans Serif'
  25.     TitleFont.Style = []
  26.   end
  27.   object Panel2: TPanel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 466
  31.     Height = 41
  32.     Align = alTop
  33.     BevelOuter = bvNone
  34.     TabOrder = 1
  35.     object DBNavigator1: TDBNavigator
  36.       Left = 12
  37.       Top = 8
  38.       Width = 240
  39.       Height = 25
  40.       DataSource = DM2.CustomerSource
  41.       TabOrder = 0
  42.     end
  43.     object BitBtn1: TBitBtn
  44.       Left = 264
  45.       Top = 8
  46.       Width = 58
  47.       Height = 25
  48.       Caption = '&Find'
  49.       TabOrder = 1
  50.       OnClick = Button1Click
  51.       Glyph.Data = {
  52.         76010000424D7601000000000000760000002800000020000000100000000100
  53.         04000000000000010000130B0000130B00000000000000000000000000000000
  54.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  55.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  56.         333333333333333333FF33333333333330003FF3FFFFF3333777003000003333
  57.         300077F777773F333777E00BFBFB033333337773333F7F33333FE0BFBF000333
  58.         330077F3337773F33377E0FBFBFBF033330077F3333FF7FFF377E0BFBF000000
  59.         333377F3337777773F3FE0FBFBFBFBFB039977F33FFFFFFF7377E0BF00000000
  60.         339977FF777777773377000BFB03333333337773FF733333333F333000333333
  61.         3300333777333333337733333333333333003333333333333377333333333333
  62.         333333333333333333FF33333333333330003333333333333777333333333333
  63.         3000333333333333377733333333333333333333333333333333}
  64.       NumGlyphs = 2
  65.     end
  66.   end
  67.   object StatusBar1: TStatusBar
  68.     Left = 0
  69.     Top = 268
  70.     Width = 466
  71.     Height = 19
  72.     Panels = <>
  73.     SimplePanel = False
  74.   end
  75.   object MainMenu1: TMainMenu
  76.     Left = 340
  77.     Top = 4
  78.     object AboutItem: TMenuItem
  79.       Caption = '&About'
  80.       ShortCut = 0
  81.       OnClick = AboutItemClick
  82.     end
  83.   end
  84. end
  85.